Class symantec.itools.db.beans.binding.OutputComponentForDS
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.OutputComponentForDS
Object
|
+----OutputComponent
|
+----symantec.itools.db.beans.binding.OutputComponentForDS
- public class OutputComponentForDS
- extends OutputComponent
-
symantec.itools.db.beans.binding.OutputComponentForDS(Object)
-
-
getPrintOut(int, int)
- Returns data from one cell.
-
setGetMethods(String[])
- Parses the name of the getting method given by the user and calls
findmethod.
-
setPrintOut(Object, int, int)
- Updates one cell of the output component.
-
setSetMethods(String[])
- Parses the name of the setting method given by the user and calls
findmethod.
OutputComponentForDS
public OutputComponentForDS(Object component)
getPrintOut
public java.lang.Object getPrintOut(int Row,
int Col)
- Returns data from one cell.
- Overrides:
- getPrintOut in class OutputComponent
setGetMethods
public boolean setGetMethods(String[] methods)
- Parses the name of the getting method given by the user and calls
findmethod.
- Overrides:
- setGetMethods in class OutputComponent
setPrintOut
public void setPrintOut(Object Value,
int Row,
int Col)
- Updates one cell of the output component.
- Overrides:
- setPrintOut in class OutputComponent
setSetMethods
public boolean setSetMethods(String[] methods)
- Parses the name of the setting method given by the user and calls
findmethod.
- Overrides:
- setSetMethods in class OutputComponent
All Packages Class Hierarchy This Package Previous Next Index